home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gamers Arsenal 1
/
Gamers Arsenal (Arsenal Computer).iso
/
gifreed
/
gifv.slc
< prev
next >
Wrap
Text File
|
1993-10-11
|
424b
|
21 lines
;
; GIFV.SLC
; Display all BMP Files in the current directory
; then display them backwards
; When finished, BEEP 3 times
; All pictures use a delay of 2 seconds
; The slide show will use the Fade In/Out type
;
delay 2
slide-type-Fade
change-path *.BMP
:loop
loadnext :exit
goto :loop
:exit
:loop2
loadprev :exit2
goto :loop2
:exit2
beep 3